home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / os2 / tarup.cmd < prev    next >
Encoding:
Text File  |  1993-10-05  |  1.1 KB  |  45 lines

  1. @rem #!/bin/sh
  2. @rem #
  3. @rem # File: tarup
  4. @rem # Usage: tarup
  5. @rem # 
  6. @rem # Builds tar archive of plplot files for distribution.
  7. @rem # No binary files should be included.
  8. @
  9. @rem # Build archive from parent directory.  It must also be unpacked from there.
  10. @
  11. cd ..
  12. @
  13. @rem # top level text files & scripts
  14. @
  15. tar cf plplot.tar plplot/README
  16. tar rf plplot.tar plplot/README.1st
  17. tar rf plplot.tar plplot/COPYRIGHTS
  18. tar rf plplot.tar plplot/Changes.log
  19. tar rf plplot.tar plplot/ToDo
  20. tar rf plplot.tar plplot/tarup
  21. tar rf plplot.tar plplot/zipup
  22. tar rf plplot.tar plplot/zooup
  23. @
  24. @rem # Make sure tar creates these subdirectories to make installation easier.
  25. @
  26. tar rf plplot.tar plplot/tmp/.dummy
  27. @
  28. @rem # Font files
  29. @
  30. tar rf plplot.tar plplot/lib/*.fnt
  31. @
  32. @rem # Source code & docs.
  33. @
  34. tar rf plplot.tar plplot/doc 
  35. tar rf plplot.tar plplot/drivers
  36. tar rf plplot.tar plplot/examples
  37. tar rf plplot.tar plplot/fonts
  38. tar rf plplot.tar plplot/include
  39. tar rf plplot.tar plplot/m4
  40. tar rf plplot.tar plplot/new
  41. tar rf plplot.tar plplot/utils
  42. tar rf plplot.tar plplot/scripts
  43. tar rf plplot.tar plplot/src
  44. tar rf plplot.tar plplot/sys
  45.